[INFO] cloning repository https://github.com/russellromney/bouncer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/russellromney/bouncer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frussellromney%2Fbouncer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frussellromney%2Fbouncer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1188e11fac266a5c355032c628ed3036ee6ec24f
[INFO] testing russellromney/bouncer against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frussellromney%2Fbouncer" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/russellromney/bouncer
[INFO] finished tweaking git repo https://github.com/russellromney/bouncer
[INFO] tweaked toml for git repo https://github.com/russellromney/bouncer written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/russellromney/bouncer on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/russellromney/bouncer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sqlite-wasm-rs v0.5.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dbedc4f514af389ea3d558af0f1226eb23e4d981c0b309eb1a50e54083f2b014
[INFO] running `Command { std: "docker" "start" "-a" "dbedc4f514af389ea3d558af0f1226eb23e4d981c0b309eb1a50e54083f2b014", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dbedc4f514af389ea3d558af0f1226eb23e4d981c0b309eb1a50e54083f2b014", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbedc4f514af389ea3d558af0f1226eb23e4d981c0b309eb1a50e54083f2b014", kill_on_drop: false }`
[INFO] [stdout] dbedc4f514af389ea3d558af0f1226eb23e4d981c0b309eb1a50e54083f2b014
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f77238f41d37cd01ec85a22114fbcca43c9d832568963284bc0be3998aa9fd3b
[INFO] running `Command { std: "docker" "start" "-a" "f77238f41d37cd01ec85a22114fbcca43c9d832568963284bc0be3998aa9fd3b", kill_on_drop: false }`
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling hashlink v0.11.0
[INFO] [stderr]    Compiling rusqlite v0.39.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling litelease-core v0.1.0 (/opt/rustwide/workdir/litelease-core)
[INFO] [stderr]    Compiling litelease v0.1.0 (/opt/rustwide/workdir/packages/litelease)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s
[INFO] running `Command { std: "docker" "inspect" "f77238f41d37cd01ec85a22114fbcca43c9d832568963284bc0be3998aa9fd3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f77238f41d37cd01ec85a22114fbcca43c9d832568963284bc0be3998aa9fd3b", kill_on_drop: false }`
[INFO] [stdout] f77238f41d37cd01ec85a22114fbcca43c9d832568963284bc0be3998aa9fd3b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 283a382f8c4abf5b1b05d0c61ec29263f92b91d7322f16db894094a1f0ed6147
[INFO] running `Command { std: "docker" "start" "-a" "283a382f8c4abf5b1b05d0c61ec29263f92b91d7322f16db894094a1f0ed6147", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusqlite v0.39.0
[INFO] [stderr]    Compiling litelease-core v0.1.0 (/opt/rustwide/workdir/litelease-core)
[INFO] [stderr]    Compiling litelease v0.1.0 (/opt/rustwide/workdir/packages/litelease)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 19.10s
[INFO] running `Command { std: "docker" "inspect" "283a382f8c4abf5b1b05d0c61ec29263f92b91d7322f16db894094a1f0ed6147", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "283a382f8c4abf5b1b05d0c61ec29263f92b91d7322f16db894094a1f0ed6147", kill_on_drop: false }`
[INFO] [stdout] 283a382f8c4abf5b1b05d0c61ec29263f92b91d7322f16db894094a1f0ed6147
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5550bf06d383a734de012b7f823d9c2d2c5a7ce1031d3e46c5c32731b4b2ef96
[INFO] running `Command { std: "docker" "start" "-a" "5550bf06d383a734de012b7f823d9c2d2c5a7ce1031d3e46c5c32731b4b2ef96", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/litelease-df576178db87e973)
[INFO] [stdout] 
[INFO] [stdout] running 35 tests
[INFO] [stdout] test tests::borrowed_multi_mutator_rollback_together_inside_explicit_transaction ... ok
[INFO] [stdout] test tests::sql_functions_require_explicit_bootstrap ... ok
[INFO] [stdout] test tests::bootstrap_is_explicit_and_idempotent ... ok
[INFO] [stdout] test tests::borrowed_multi_mutator_commit_together_inside_explicit_transaction ... ok
[INFO] [stdout] test tests::borrowed_mutators_work_inside_savepoint_context ... ok
[INFO] [stdout] test tests::borrowed_claim_rolls_back_with_explicit_transaction ... ok
[INFO] [stdout] test tests::transaction::dropping_transaction_handle_without_commit_rolls_back ... ok
[INFO] [stdout] test tests::borrowed_mutators_preserve_lease_semantics_inside_explicit_transaction ... ok
[INFO] [stdout] test tests::sql_bootstrap_is_explicit_and_idempotent ... ok
[INFO] [stdout] test tests::borrowed_claim_and_renew_commit_with_explicit_transaction ... ok
[INFO] [stdout] test tests::open_does_not_bootstrap_implicitly ... ok
[INFO] [stdout] test tests::sql_full_lease_cycle_matches_expected_return_shapes ... ok
[INFO] [stdout] test tests::sql_claim_is_visible_to_wrapper_on_separate_connection ... ok
[INFO] [stdout] test tests::transaction::savepoint_commit_then_outer_rollback_discards_changes ... ok
[INFO] [stdout] test tests::sql_and_rust_preserve_monotonic_fencing_tokens ... ok
[INFO] [stdout] test tests::core_claim_is_visible_to_wrapper_on_separate_connection ... ok
[INFO] [stdout] test tests::transaction::savepoint_handle_release_clears_live_owner ... ok
[INFO] [stdout] test tests::fencing_token_stays_monotonic_across_wrapper_and_core ... ok
[INFO] [stdout] test tests::transaction::savepoint_handle_renew_extends_existing_lease ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_multiple_mutators_rollback_together ... ok
[INFO] [stdout] test tests::transaction::savepoint_handle_commit_persists_after_outer_commit ... ok
[INFO] [stdout] test tests::transaction::savepoint_commit_is_visible_to_fresh_connection_after_outer_commit ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_preserves_lease_semantics ... ok
[INFO] [stdout] test tests::transaction::savepoint_handle_rollback_discards_lease_mutation ... ok
[INFO] [stdout] test tests::wrapper_methods_fail_cleanly_before_bootstrap ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_commits_business_write_and_lease_mutation ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_rolls_back_business_write_and_lease_mutation ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_inspect_returns_live_lease ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_renew_extends_existing_lease ... ok
[INFO] [stdout] test tests::wrapper_ttl_rejection_matches_core ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_commit_is_visible_to_fresh_connection ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_multiple_mutators_commit_together ... ok
[INFO] [stdout] test tests::wrapper_claim_is_visible_to_core_on_separate_connection ... ok
[INFO] [stdout] test tests::wrapper_claim_is_visible_to_sql_on_separate_connection ... ok
[INFO] [stderr]      Running tests/extension_load.rs (/opt/rustwide/target/debug/deps/extension_load-3169180482ff9c32)
[INFO] [stdout] test tests::wrapper_performs_full_lease_cycle ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling hashlink v0.11.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling rusqlite v0.39.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling rusqlite v0.39.0
[INFO] [stderr]    Compiling litelease-core v0.1.0 (/opt/rustwide/workdir/litelease-core)
[INFO] [stderr]    Compiling litelease-extension v0.1.0 (/opt/rustwide/workdir/litelease-extension)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.99s
[INFO] [stdout] test loadable_extension_registers_all_litelease_functions ... ok
[INFO] [stderr]    Compiling litelease-core v0.1.0 (/opt/rustwide/workdir/litelease-core)
[INFO] [stderr]    Compiling litelease-extension v0.1.0 (/opt/rustwide/workdir/litelease-extension)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 19.06s
[INFO] [stdout] test release_extension_artifact_loads_full_smoke_path ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 19.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/pragma_matrix.rs (/opt/rustwide/target/debug/deps/pragma_matrix-7301cf86b87f371f)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test wrapper_bootstrap_leaves_persistent_pragmas_alone ... ok
[INFO] [stderr]      Running tests/public_stress.rs (/opt/rustwide/target/debug/deps/public_stress-4e26d20f44370453)
[INFO] [stdout] test wrapper_savepoint_claim_leaves_persistent_pragmas_alone ... ok
[INFO] [stdout] test wrapper_borrowed_claim_leaves_pragmas_alone ... ok
[INFO] [stdout] test wrapper_transaction_claim_leaves_persistent_pragmas_alone ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test public_stress_release_shaped_sql_smoke_repeats_cleanly ... ok
[INFO] [stdout] test public_stress_repeated_caller_owned_transaction_atomic_visibility ... ok
[INFO] [stdout] test public_stress_repeated_sql_expiry_and_wrapper_sql_visibility ... ok
[INFO] [stdout] test public_stress_repeated_wrapper_lifecycle_busy_renew_release_and_reclaim ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.92s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/sqlite_matrix.rs (/opt/rustwide/target/debug/deps/sqlite_matrix-be1e1ce4858b93e6)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test litelease_ref_deferred_begin_mirrors_core_lock_upgrade_behavior ... ok
[INFO] [stdout] test wrapper_transaction_claims_writer_intent_up_front ... ok
[INFO] [stdout] test litelease_ref_autocommit_live_lease_returns_lease_busy_in_wal_journal ... ok
[INFO] [stdout] test wrapper_typed_savepoint_commit_participates_in_transaction_boundary ... ok
[INFO] [stderr]      Running tests/user_journeys.rs (/opt/rustwide/target/debug/deps/user_journeys-39ebc42cf6fe465a)
[INFO] [stdout] test litelease_ref_savepoint_participates_in_caller_owned_boundary ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test user_journey_007_drifted_schema_fails_loudly ... ok
[INFO] [stdout] test user_journey_001_bootstrap_and_first_claim ... ok
[INFO] [stdout] test user_journey_002_second_caller_sees_busy ... ok
[INFO] [stdout] test user_journey_004_expiry_then_reclaim_increments_token ... ok
[INFO] [stdout] test user_journey_006_caller_owned_transaction_atomic_visibility ... ok
[INFO] [stdout] test user_journey_003_release_then_reclaim_increments_token ... ok
[INFO] [stdout] test user_journey_005_cross_surface_interop ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/litelease_core-b4d33aced7405704)
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test tests::expired_claim_takeover_succeeds_and_increments_token ... ok
[INFO] [stdout] test tests::first_claim_acquires_lease ... ok
[INFO] [stdout] test tests::bootstrap_is_idempotent ... ok
[INFO] [stdout] test tests::in_tx_helpers_reject_autocommit_connections ... ok
[INFO] [stdout] test tests::inspect_returns_none_for_released_resource ... ok
[INFO] [stdout] test tests::attached_sql_functions_cover_bootstrap_and_full_lease_cycle ... ok
[INFO] [stdout] test tests::inspect_returns_none_for_expired_resource ... ok
[INFO] [stdout] test tests::mutating_sql_helpers_rollback_with_explicit_transaction ... ok
[INFO] [stdout] test tests::renew_fails_for_expired_lease ... ok
[INFO] [stdout] test tests::release_fails_for_non_owner ... ok
[INFO] [stdout] test tests::non_positive_ttl_is_rejected ... ok
[INFO] [stdout] test tests::multiple_sql_mutators_commit_together_inside_explicit_transaction ... ok
[INFO] [stdout] test tests::renew_fails_for_non_owner ... ok
[INFO] [stdout] test tests::release_succeeds_for_current_owner ... ok
[INFO] [stdout] test tests::multiple_sql_mutators_rollback_together_inside_explicit_transaction ... ok
[INFO] [stdout] test tests::released_resource_can_be_claimed_again_without_resetting_token ... ok
[INFO] [stdout] test tests::mutating_sql_helpers_commit_with_explicit_transaction ... ok
[INFO] [stdout] test tests::sql_mutators_work_inside_savepoint_context ... ok
[INFO] [stdout] test tests::sql_read_helpers_work_inside_explicit_transaction ... ok
[INFO] [stdout] test tests::second_claim_while_valid_is_rejected ... ok
[INFO] [stdout] test tests::sql_mutators_preserve_lease_semantics_inside_explicit_transaction ... ok
[INFO] [stdout] test tests::multiple_connections_share_live_lease_state ... ok
[INFO] [stdout] test tests::deferred_sql_transactions_surface_busy_under_writer_contention ... ok
[INFO] [stdout] test tests::multiple_connections_allow_expired_handoff ... ok
[INFO] [stdout] test tests::inspect_returns_none_for_absent_resource ... ok
[INFO] [stdout] test tests::renew_succeeds_for_current_owner ... ok
[INFO] [stderr]      Running tests/integrity.rs (/opt/rustwide/target/debug/deps/integrity-3fb0908f51e9eef3)
[INFO] [stdout] test tests::renew_does_not_shorten_existing_lease ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test claim_rejects_ttl_overflow_at_i64_boundary ... ok
[INFO] [stdout] test bootstrap_inside_caller_owned_transaction_is_valid ... ok
[INFO] [stdout] test bootstrap_rejects_table_with_wrong_nullability ... ok
[INFO] [stdout] test bootstrap_rejects_table_without_token_check ... ok
[INFO] [stdout] test bootstrap_rejects_table_with_swapped_column_order ... ok
[INFO] [stdout] test bootstrap_rejects_table_with_wrong_primary_key ... ok
[INFO] [stdout] test claim_rejects_negative_ttl ... ok
[INFO] [stdout] test claim_rejects_zero_ttl ... ok
[INFO] [stdout] test bootstrap_rejects_affinity_compatible_but_text_different_type ... ok
[INFO] [stdout] test bootstrap_is_idempotent_on_valid_schema ... ok
[INFO] [stdout] test bootstrap_rejects_table_missing_required_column ... ok
[INFO] [stdout] test bootstrap_creates_fresh_schema_when_table_absent ... ok
[INFO] [stdout] test claim_rejects_row_with_invalid_state ... ok
[INFO] [stdout] test renew_rejects_negative_ttl ... ok
[INFO] [stdout] test inspect_rejects_row_with_expiry_but_no_owner ... ok
[INFO] [stdout] test claim_takeover_fails_at_token_max_without_mutating_row ... ok
[INFO] [stdout] test renew_rejects_row_with_invalid_state ... ok
[INFO] [stdout] test bootstrap_preserves_existing_live_lease ... ok
[INFO] [stdout] test inspect_rejects_row_with_zero_token ... ok
[INFO] [stdout] test bootstrap_rejects_table_with_extra_column ... ok
[INFO] [stdout] test renew_rejects_zero_ttl ... ok
[INFO] [stdout] test inspect_rejects_row_with_owner_but_no_expiry ... ok
[INFO] [stdout] test bootstrap_rejects_table_without_pair_check ... ok
[INFO] [stdout] test renew_rejects_ttl_overflow_at_i64_boundary ... ok
[INFO] [stdout] test claim_takeover_at_token_max_minus_one_succeeds_to_max ... ok
[INFO] [stdout] test round_trip_long_4kib_utf8_string ... ok
[INFO] [stdout] test round_trip_punctuation_and_sql_shaped_strings ... ok
[INFO] [stdout] test round_trip_empty_strings ... ok
[INFO] [stdout] test round_trip_unicode_and_combining_marks ... ok
[INFO] [stdout] test round_trip_whitespace_only_strings ... ok
[INFO] [stdout] test round_trip_strings_with_newlines_and_tabs ... ok
[INFO] [stdout] test release_rejects_row_with_invalid_state ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/invariants.rs (/opt/rustwide/target/debug/deps/invariants-18b0b28de6cae8d4)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test fixed_sequence_exercises_full_lifecycle ... ok
[INFO] [stdout] test generated_invariants_hold_across_seeds ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 41.23s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/pragma_matrix.rs (/opt/rustwide/target/debug/deps/pragma_matrix-cfe2fd3397218185)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test core_bootstrap_leaves_pragmas_alone ... ok
[INFO] [stdout] test sql_bootstrap_leaves_pragmas_alone ... ok
[INFO] [stdout] test core_in_tx_claim_leaves_pragmas_alone ... ok
[INFO] [stdout] test sql_savepoint_claim_leaves_pragmas_alone ... ok
[INFO] [stdout] test core_autocommit_claim_leaves_pragmas_alone ... ok
[INFO] [stdout] test sql_autocommit_claim_leaves_pragmas_alone ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/sqlite_matrix.rs (/opt/rustwide/target/debug/deps/sqlite_matrix-9185003347e4a476)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test core_deferred_begin_lock_upgrade_returns_sqlite_lock_class_in_delete_journal ... ok
[INFO] [stdout] test core_begin_immediate_takes_writer_intent_before_litelease_mutation ... ok
[INFO] [stdout] test core_busy_timeout_zero_fails_immediately_under_writer_contention ... ok
[INFO] [stdout] test core_autocommit_live_lease_returns_lease_busy_in_delete_journal ... ok
[INFO] [stdout] test sql_begin_immediate_takes_writer_intent_before_litelease_mutation ... ok
[INFO] [stdout] test sql_deferred_begin_lock_upgrade_returns_sqlite_lock_class ... ok
[INFO] [stdout] test core_savepoint_inside_outer_transaction_participates_without_nested_begin ... ok
[INFO] [stdout] test core_autocommit_live_lease_returns_lease_busy_in_wal_journal ... ok
[INFO] [stdout] test sql_autocommit_live_lease_returns_lease_busy_in_delete_journal ... ok
[INFO] [stdout] test core_deferred_begin_lock_upgrade_returns_sqlite_lock_class_in_wal_journal ... ok
[INFO] [stdout] test core_deferred_begin_renew_in_tx_lock_upgrade_returns_sqlite_lock_class ... ok
[INFO] [stdout] test sql_savepoint_inside_outer_transaction_participates_without_nested_begin ... ok
[INFO] [stdout] test core_deferred_begin_release_in_tx_lock_upgrade_returns_sqlite_lock_class ... ok
[INFO] [stdout] test sql_autocommit_live_lease_returns_lease_busy_in_wal_journal ... ok
[INFO] [stdout] test core_busy_timeout_nonzero_fails_after_bounded_wait_under_writer_contention ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests litelease
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test packages/litelease/src/lib.rs - (line 14) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- packages/litelease/src/lib.rs - (line 14) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (854) panicked at packages/litelease/src/lib.rs:21:54:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Sqlite(SqliteFailure(Error { code: CannotOpen, extended_code: 14 }, Some("unable to open database file: app.sqlite3")))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b72dfab5598 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b72dfab5598 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b72dfab5598 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b72dfab5598 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b72dfac878a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b72dfac878a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5b72dfab9262 - std[929523f510218772]::io::default_write_fmt::<std[929523f510218772]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5b72dfab9262 - <std[929523f510218772]::sys::stdio::unix::Stderr as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5b72dfaa0e16 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b72dfaa0e16 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b72dfab1881 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5b72dfab1a3b - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x5b72dfaa0ed2 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x5b72dfa96439 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5b72dfaa173d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5b72dfac8eac - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x5b72dfac8c82 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   17:     0x5b72df90c5db - rust_out[55b2f4d6dc07c20e]::main
[INFO] [stdout]   18:     0x5b72df90db03 - <fn() as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x5b72df90c456 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stdout]   20:     0x5b72df90c549 - std[929523f510218772]::rt::lang_start::<()>::{closure#0}
[INFO] [stdout]   21:     0x5b72dfab1027 - <&dyn core[28b146924c2f19c6]::ops::function::Fn<(), Output = i32> + core[28b146924c2f19c6]::panic::unwind_safe::RefUnwindSafe + core[28b146924c2f19c6]::marker::Sync as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   22:     0x5b72dfab1027 - std[929523f510218772]::panicking::catch_unwind::do_call::<&dyn core[28b146924c2f19c6]::ops::function::Fn<(), Output = i32> + core[28b146924c2f19c6]::panic::unwind_safe::RefUnwindSafe + core[28b146924c2f19c6]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   23:     0x5b72dfab1027 - std[929523f510218772]::panicking::catch_unwind::<i32, &dyn core[28b146924c2f19c6]::ops::function::Fn<(), Output = i32> + core[28b146924c2f19c6]::panic::unwind_safe::RefUnwindSafe + core[28b146924c2f19c6]::marker::Sync>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   24:     0x5b72dfab1027 - std[929523f510218772]::panic::catch_unwind::<&dyn core[28b146924c2f19c6]::ops::function::Fn<(), Output = i32> + core[28b146924c2f19c6]::panic::unwind_safe::RefUnwindSafe + core[28b146924c2f19c6]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   25:     0x5b72dfab1027 - std[929523f510218772]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/rt.rs:175:24
[INFO] [stdout]   26:     0x5b72dfab1027 - std[929523f510218772]::panicking::catch_unwind::do_call::<std[929523f510218772]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5b72dfab1027 - std[929523f510218772]::panicking::catch_unwind::<isize, std[929523f510218772]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5b72dfab1027 - std[929523f510218772]::panic::catch_unwind::<std[929523f510218772]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5b72dfab1027 - std[929523f510218772]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/rt.rs:171:5
[INFO] [stdout]   30:     0x5b72df90c441 - std[929523f510218772]::rt::lang_start::<()>
[INFO] [stdout]   31:     0x5b72df90dbb5 - main
[INFO] [stdout]   32:     0x77a690eb01ca - <unknown>
[INFO] [stdout]   33:     0x77a690eb028b - __libc_start_main
[INFO] [stdout]   34:     0x5b72df90be05 - _start
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     packages/litelease/src/lib.rs - (line 14)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p litelease --doc`
[INFO] running `Command { std: "docker" "inspect" "5550bf06d383a734de012b7f823d9c2d2c5a7ce1031d3e46c5c32731b4b2ef96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5550bf06d383a734de012b7f823d9c2d2c5a7ce1031d3e46c5c32731b4b2ef96", kill_on_drop: false }`
[INFO] [stdout] 5550bf06d383a734de012b7f823d9c2d2c5a7ce1031d3e46c5c32731b4b2ef96
